            varying vec3 f_color;
      	    void main()
      	    {
	    gl_FragColor = vec4(1.0, f_color.y, f_color.z, 1.0);
            }
    
